wlmaker
|
#include <cairo.h>
#include <inttypes.h>
Go to the source code of this file.
Classes | |
struct | wlmtk_style_color_solid_data_t |
struct | wlmtk_style_color_gradient_data_t |
struct | wlmtk_style_fill_t |
struct | wlmtk_style_font_t |
struct | wlmtk_margin_style_t |
struct | wlmtk_dock_style_t |
struct | wlmtk_menu_item_style_t |
struct | wlmtk_resizebar_style_t |
struct | wlmtk_titlebar_style_t |
struct | wlmtk_window_style_t |
Macros | |
#define | WLMTK_STYLE_FONT_FACE_LENGTH 128 |
Enumerations | |
enum | wlmtk_style_fill_type_t { WLMTK_STYLE_COLOR_SOLID , WLMTK_STYLE_COLOR_HGRADIENT , WLMTK_STYLE_COLOR_VGRADIENT , WLMTK_STYLE_COLOR_DGRADIENT , WLMTK_STYLE_COLOR_ADGRADIENT } |
enum | wlmtk_style_font_weight_t { WLMTK_FONT_WEIGHT_NORMAL , WLMTK_FONT_WEIGHT_BOLD } |
Functions | |
cairo_font_weight_t | wlmtk_style_font_weight_cairo_from_wlmtk (wlmtk_style_font_weight_t weight) |
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
#define WLMTK_STYLE_FONT_FACE_LENGTH 128 |
Hardcoded max length of the font face name.
Specifies the type of coloring to use for the fill.
Weight of a font.
cairo_font_weight_t wlmtk_style_font_weight_cairo_from_wlmtk | ( | wlmtk_style_font_weight_t | weight | ) |
Translates the font weight from toolkit into cairo enum.