/* This Source Code Form is subject to the terms of the Mozilla Public *License,v.2.0.IfacopyoftheMPLwasnotdistributedwiththis
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
use std::cell::UnsafeCell; use std::mem; use std::ptr; use winapi::shared::windef::RECT; use winapi::um::dcommon::DWRITE_MEASURING_MODE; use winapi::um::dwrite::DWRITE_TEXTURE_CLEARTYPE_3x1; use winapi::um::dwrite::IDWriteGlyphRunAnalysis; use winapi::um::dwrite::{DWRITE_TEXTURE_ALIASED_1x1, DWRITE_GLYPH_RUN, DWRITE_TEXTURE_TYPE}; use winapi::um::dwrite::{DWRITE_MATRIX, DWRITE_RENDERING_MODE}; use winapi::um::winnt::HRESULT; use wio::com::ComPtr;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.