Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

52 lines
1.6KB

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/modifiers.R
  3. \name{bulma_typography}
  4. \alias{bulma_typography}
  5. \title{Bulma Typography Helper Classes}
  6. \usage{
  7. bulma_typography(size = NULL, color = NULL, responsive_size = NULL,
  8. alignment = NULL, responsive_alignment = NULL,
  9. transformation = NULL, weight = NULL, font_family = NULL)
  10. }
  11. \arguments{
  12. \item{size}{One of 1 through 7 (large to small)}
  13. \item{responsive_size}{See \code{\link[=bulma_responsive_size]{bulma_responsive_size()}}.}
  14. \item{alignment}{One of "centered", "justified", "left", "right"}
  15. \item{transformation}{One (or more) of "capitalized", "lowercase", "uppercase", "italic"}
  16. \item{weight}{One of "light", "normal", "semibold", "bold"}
  17. \item{font_family}{One of "sans-serif", "monospace", "primary", "secondary", "code".
  18. (Coming in version 0.7.3.)}
  19. \item{text}{One of "white", "black", "light", "dark", "primary", "info",
  20. "link", "success", "warning", "danger", "black-bis", "black-ter",
  21. "grey-darker", "grey-dark", "grey", "grey-light", "grey-lighter",
  22. "white-ter", "white-bis"}
  23. }
  24. \value{
  25. String of modifer classes
  26. }
  27. \description{
  28. Bulma Typography Helper Classes
  29. }
  30. \examples{
  31. bulma_color("white", "black")
  32. bulma_color("white", "primary")
  33. }
  34. \references{
  35. \url{https://bulma.io/documentation/modifiers/typography-helpers/}
  36. }
  37. \seealso{
  38. Other Bulma modifiers: \code{\link{bulma_color}},
  39. \code{\link{bulma_helper}}, \code{\link{bulma_modifier}},
  40. \code{\link{bulma_responsive_alignment}},
  41. \code{\link{bulma_responsive_size}},
  42. \code{\link{bulma_responsive}}
  43. }
  44. \concept{Bulma modifiers}