Go to the source code of this file.
◆ css__font_face_create()
Create a font-face
- Parameters
-
| result | Pointer to location to receive result |
- Returns
- CSS_OK on success, CSS_NOMEM on memory exhaustion, CSS_BADPARM on bad parameters.
◆ css__font_face_destroy()
Destroy a font-face
- Parameters
-
| font_face | Font-face to destroy |
- Returns
- CSS_OK on success, appropriate error otherwise
◆ css__font_face_set_font_family()
Set a font-face's font-family name
- Parameters
-
| font_face | The font-face |
| font_family | Font-family name |
| result | Pointer to location to receive result |
- Returns
- CSS_OK on success, CSS_BADPARM on bad parameters.
◆ css__font_face_set_srcs()
Set a font-faces array of srcs.
- Parameters
-
| font_face | The font-face |
| srcs | The array of css_font_face_srcs |
| n_srcs | The count of css_font_face_srcs in the array |
- Returns
- The format, if specified